Name :Sine function

Symbol :SIN

Illustrate:

    Perform a sinusoidal function operation on the input values.

Image:

Parameter:

Parameter Statement Type Description
IN Input REAL
Enter a value
OUT Output REAL
Output value

Example:

LD:

ST:



Interpretation:

parameter operandvalue
INTagInEnter a value:90
OUTTagOutOutput value:0.893996656
	IN inputs REAL type data, and OUT outputs the sinusoidal operation of IN.